home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / e / amigae33a.lha / E_v3.3a / Src.lha / Src / Modules / prefs / sound.e < prev    next >
Text File  |  1997-03-09  |  389b  |  20 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST ID_SOND=$534F4E44
  5.  
  6. OBJECT soundprefs
  7.   reserved[4]:ARRAY OF LONG
  8.   displayqueue:INT
  9.   audioqueue:INT
  10.   audiotype:INT  -> This is unsigned
  11.   audiovolume:INT  -> This is unsigned
  12.   audioperiod:INT  -> This is unsigned
  13.   audioduration:INT  -> This is unsigned
  14.   audiofilename[256]:ARRAY
  15. ENDOBJECT     /* SIZEOF=284 */
  16.  
  17. CONST SPTYPE_BEEP=0,
  18.       SPTYPE_SAMPLE=1
  19.  
  20.